[DllImport("user32.dll")]
static extern bool GetKeyboardState(byte [] lpKeyState);
Declare Function GetKeyboardState Lib "user32" ( _
ByRef pbKeyState As Byte) As Integer
None.
Please add some!
Please add some!
Do you know one? Please contribute it!